non procedural language - traduction vers arabe
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

non procedural language - traduction vers arabe

PROGRAMMING PARADIGM
Procedural programming languages; Procedural language; Procedural (programming); Procedural programming language; Procedural code; Procedure-oriented language; Procedure orientation; Procedual language

non procedural language      
لغة غير إجرائية .
procedural law         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
قانون المرافعات
rules of court         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
لائحة أصول المحاكمات

Définition

procedural language
<language> Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation. (2004-05-17)

Wikipédia

Procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published circa 1970–1972.

Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).